home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Resources / PaperCut Quota 6.1 / pc-setup.exe / {app} / WebAdmin / includes / lang_zh-cn.inc < prev    next >
Text File  |  2005-12-05  |  16KB  |  410 lines

  1. <%
  2. ' (c) Copyright 1999-2004 PaperCut Software Pty. Ltd.
  3. '
  4. ' English Translation
  5. '
  6. ' To translate the PaperCut Web tools follow these steps:
  7. '
  8. ' 1. Copy "includes\lang_en.inc" to a new file name appropriate for your language.
  9. '    (e.g.  lang_<languageCode>.inc). You can see a list  of 2 letter language codes
  10. '    here: http://www.w3.org/WAI/ER/IG/ert/iso639.htm#2letter
  11. '
  12. ' 2. Open the file "includes\PCCommon.inc" and add your language code to the list near the top of
  13. '    the file that looks like:
  14. '
  15. '        garrValidLangs = Array("en", "es", "it")
  16. '
  17. ' 3. In "includes\PCCommon.inc", include your language file below the list that looks like this:
  18. '
  19. '        <!-- #include file="lang_it.inc" -->
  20. '        <!-- #include file="lang_es.inc" -->
  21. '
  22. ' 4. Modify the line at the top of your language file that looks like the following, to have use the
  23. '    the correct language code.
  24. '
  25. '        If IsActiveLanguage("en") Then
  26. '
  27. ' 5. Translate the "SetText" lines below.  For example, change:
  28. '
  29. '        SetText "Pages",     "Pages"
  30. '
  31. '     to
  32. '
  33. '        SetText "Pages",     "Pagine"
  34. '
  35. '
  36. ' 6. Refresh your web browser, and you should see your translations. If not, PaperCut could not
  37. '    detect your default language.  To force your language to be used add the line to the bottom
  38. '    of the "Config.inc" file (and change the language code to your language).
  39. '
  40. '        SetActiveLanguage("en")
  41. '
  42. ' 7. Translate the text below which will be used on a simple page on our web site for speakers of
  43. '    your language.  You and your organisation will receive acknowledgement of your contribution.
  44. '    See here for a sample of what the web page will look like: http://www.papercut.biz/lang/english.htm
  45. '
  46. ' 8. Send your translation file to support@papercut.biz, so other can make use of your translation
  47. '
  48. ' ================== START OF TEXT FOR WEB SITE ==================
  49.  
  50. 'PaperCut¼OÑ■▓y?Ѳ¬║╩I?Ñ┤ªL/Internet?╖╜??║▐▓z╕╤?ñΦ«╫íCPaperCutªbÑ■▓y60ªh??«aíA?ª│╢W?100╔EÑ╬?íA¼OÑ╪½eÑ@¼╔ñW¿╧Ñ╬│╠??¬x¬║??╩I?Ñ┤ªLñ╬Internetª¿Ñ╗?▒▒ñu¿πíC
  51.  
  52. 'PaperCut¼OÑ╬ñ_Windows╩I??╣╥¬║Ñ┤ªLíBInternet??¬║??íB??⌐M?▒▒¿t?íCPaperCut│╠¬∞¬║??Ñ╪¬║íA¼O?ñF╕╤??«╒ññ?Ñ═?ªb¿╧Ñ╬IT?╖╜?▒`▒`ÑX?¬║?¡½«÷???íC??ªhª~¬║ñú?º∩?⌐Mº╣╡╜íAPaperCutñw?ª¿???íBª¿╝⌠íB░¬«─íBÑ■»α¬║╩I?ª¿Ñ╗?▒▒ñu¿πíCPaperCut?ªbÑi╙∞Ñ╬ñ_ªU?░╙??ñ╜?╣╥íA??▒z¼O╗▌¡nÑ╤Ñ╬??ñ└?¼█?ª¿Ñ╗íA⌐╬¬╠??¼O?ªµªZÑx?▒▒íC
  53.  
  54. 'PaperCutÑiÑHªh╧·ñΦªí?▒z¬║╩I?┤ú¿╤¬A?íG
  55.  
  56. '    * ?Ñ┤ªL╔OInternet¿╧Ñ╬▒í??¼I??╔O?▒▒
  57. '    * ??╩I?Ñ┤ªLªµ??ªµ??╔O?▒▒
  58. '    * ??Internet??▒í??ªµ??╔O?▒▒
  59.  
  60. '▒zÑiÑHñU?PaperCut?¡π¬⌐40ñ╤?Ñ╬¬⌐í]?Ñ╬┤┴??Ñ⌠ª≤Ñ\»α¡¡¿εí^íC
  61.  
  62. 'PaperCut?ñwº╣Ñ■?╩^ñññσñ╞íAÑ]ºtÑ╗webñu¿π▒╡ñfíC
  63. 'PaperCut webñu¿πªP??▒z¬║║▐▓zñH?⌐MÑ╬?┤ú¿╤ñF¼█?¬║web╛▐º@▒╡ñfíC
  64. '
  65. '
  66. ' ================== END OF TEXT FOR WEB SITE ==================
  67.  
  68. ' When translating this file, change "en" below to the appropriate code for your language
  69. If IsActiveLanguage("zh") Or IsActiveLanguage("zh-cn") Then
  70.  
  71.     ' The charset used for the webpages
  72.     'SetText "charset",                 "gb2315"
  73.     SetText "charset",                 "big5"
  74.  
  75.     ' Header/Footer
  76.     SetText "WebTools",             "Webñu¿π"
  77.     SetText "LoggedInAs",             "ñw╡n?Ñ╬?"
  78.     SetText "LicensedTo",            "▒┬?ñ_íG"
  79.     SetText "PoweredBy",             "Ñ╤%0%??ñ╬┤ú¿╤"
  80.     SetText "RightsReserved",         "¬⌐?⌐╥ª│"
  81.     SetText "PaperCutTrial",        "PaperCut?Ñ╬¬⌐"
  82.     SetText "TrialExpired",            "?Ñ╬┤┴ñw?"
  83.     SetText "TrialDaysRemaining",    "ºEñU%0%ñΘ?Ñ╬"
  84.     SetText "NotLoggedIn",            "í]Ñ╝╡n?í^"
  85.  
  86.     SetText "MyDetails",             "¼d¼▌?▒í"
  87.     SetText "MySummary",             "¼d¼▌╖º¡n"
  88.     SetText "UseTopUpCard",         "¿╧Ñ╬?¡╚Ñd(Top Up)"
  89.     SetText "MyPrintJobs",             "º┌¬║Ñ┤ªLÑ⌠?"
  90.     SetText "MyNetUsage",             "º┌¬║╩I???"
  91.     SetText "MyTransactions",         "º┌¬║ѵ⌐÷"
  92.     SetText "TransferFunds",         "??"
  93.  
  94.     SetText "UpdateCheck",            "?¼dº≤╖s"
  95.  
  96.     SetText "Admin",                 "║▐▓z?"
  97.     SetText "AdminHome",             "║▐▓z?ÑD?"
  98.     SetText "UserList",             "Ñ╬?ªC¬φ"
  99.     SetText "UserDetails",             "Ñ╬??▒í"
  100.     SetText "RecentPrintJobs",         "│╠¬±¬║Ñ┤ªLÑ⌠?"
  101.     SetText "PrintJobs",             "Ñ┤ªLÑ⌠?"
  102.     SetText "RecentNetUsage",         "│╠¬±¬║╩I???"
  103.     SetText "NetUsage",             "╩I???"
  104.     SetText "TransactionHistory",    "ѵ⌐÷?Ñv"
  105.  
  106.     SetText "RecentPrintLogsBy",    "Ñ╬?'%0%'│╠¬±¬║Ñ┤ªLÑ⌠?ñΘº╙"
  107.     SetText "RecentTransactions",    "│╠¬±¬║ѵ⌐÷"
  108.     SetText "RecentTransactionsFor","Ñ╬?'%0%'│╠¬±¬║ѵ⌐÷ñΘº╙"
  109.     SetText "RecentNetUsageBy",        "Ñ╬?'%0%'│╠¬±¬║╩I???ñΘº╙"
  110.     SetText "TimeUsed",                "¿╧Ñ╬??"
  111.     SetText "DataUsed",                "?╒u¼y╢q"
  112.  
  113.  
  114.     ' Field/Column names
  115.     SetText "Username",             "Ñ╬?ªW"
  116.     SetText "Credit",                 "░t?"
  117.     SetText "PagesPrinted",         "ñwÑ┤ªL??"
  118.     SetText "NetDataUsed",             "ñw???«╞"
  119.     SetText "NetTimeUsed",             "ñwªb???"
  120.     SetText "Privilege",             "¼Oº_¿╔ª│»S?"
  121.     SetText "QuickAdd",                "º╓│t▓KÑ["
  122.     SetText "QuickAdjust",           "º╓│t?╛π"
  123.     SetText "AdjustCredit",            "?╛π░t??íG"
  124.  
  125.     SetText "Time",                 "??"
  126.     SetText "Date",                 "ñΘ┤┴"
  127.     SetText "User",                 "Ñ╬?"
  128.     SetText "Printer",                 "Ñ┤ªL╔≤"
  129.     SetText "Document",             "ñσ└╔"
  130.     SetText "Pages",                 "??"
  131.     SetText "Cost",                 "?Ñ╬"
  132.     SetText "Amount",                 "??"
  133.     SetText "Comment",                 "¬`?"
  134.     SetText "CreditAfterTrans",        "ѵ⌐÷ªZ░t?"
  135.     SetText "Status",                 "??"
  136.     SetText "TransactedBy",         "ѵ⌐÷¬╠íG"
  137.     SetText "HoursAbbr",             "ñp?"
  138.     SetText "MBAbbr",                 "MB"
  139.  
  140.  
  141.     SetText "Restricted",             "¿ⁿ¡¡"
  142.     SetText "Unrestricted",         "ñú¿ⁿ¡¡"
  143.  
  144.     ' Buttons/Actions
  145.     SetText "Save",                    "½Oªs"
  146.     SetText "Search",                "¼dºΣ"
  147.     SetText "AddOne",                "+1ñ╕"
  148.     SetText "AddFive",                "+5ñ╕"
  149.     SetText "AddTen",                "+10ñ╕"
  150.     SetText "ApplyAdjustment",        "?Ñ╬"
  151.     SetText "JumpToUser",            "?ª▄Ñ╬?"
  152.     SetText "Next",                    "ñUñ@?"
  153.     SetText "Previous",                "½eñ@?"
  154.     SetText "ModifyUsersCredit",    "¡╫º∩%0%¬║░t?"
  155.     SetText "ModifyUserCredit",        "¡╫º∩Ñ╬?░t?"
  156.     SetText "ViewUserLogs",         "¼d¼▌%0%¬║ñΘº╙"
  157.     SetText "ViewUserTrans",         "¼d¼▌%0%¬║ѵ⌐÷"
  158.     SetText "ViewPrintLog",            "¼d¼▌Ñ┤ªLñΘº╙"
  159.     SetText "ViewNetUsage",            "¼d¼▌╩I???ñΘº╙"
  160.  
  161.     'Usage Reports
  162.     SetText "QuickReports",            "º╓│t?¬φ"
  163.     SetText "AdhocReports",            "ª█⌐w??¬φ"
  164.     SetText "ReportName",            "?¬φªW?"
  165.     SetText "Description",            "┤y¡z"
  166.  
  167.     SetText "UsageType",            "???╖╜?½¼"
  168.     SetText "ReportType",            "?¬φ?½¼"
  169.     SetText "Detailed",                "??ñΘº╙"
  170.     SetText "SummaryByUser",        "½÷Ñ╬???"
  171.     SetText "SummaryByPrinter",        "½÷Ñ┤ªL╔≤??"
  172.     SetText "Period",                "?┤┴"
  173.     SetText "SortBy",                "ñ└??"
  174.     SetText "PrintStatus",            "Ñ┤ªL??"
  175.     SetText "TotalCost",            "??Ñ╬"
  176.     SetText "PrinterName",             "Ñ┤ªL╔≤ªW?"
  177.     SetText "PagesPerJob",             "¿C?Ñ┤ªLÑ⌠?¬║Ñ¡ºí??"
  178.     SetText "RunReport",            "?ªµ?¬φ"
  179.     SetText "RunReportExcel",        "?ÑX?ExcelñσÑ≤"
  180.     SetText "ReportFilters",         "?¬φ??╛╣"
  181.     SetText "ReportSortOrder",         "?¬φ▒╞º╟ª╕º╟"
  182.  
  183.     'Printer Status Selection
  184.     SetText "Printed",                "ñwÑ┤ªL"
  185.     SetText "Denied",                "│Q⌐┌?"
  186.     SetText "Cancelled",            "ñw¿·«°"
  187.     SetText "Refunded",                "ñw░h┤┌"
  188.     SetText "CancelledWithNoRefund",    "¿·«°Ñ┤ªL/Ñ╝░h┤┌"
  189.     SetText "AllDocuments",            "Ñ■│íñσ└╔"
  190.     SetText "ReportsNoNetCharging",    "?¬k?ªµInternet¿╧Ñ╬▒í??¬φíC╩I?????Ñ\»α⌐|Ñ╝ªw?íC"
  191.  
  192.     SetText "PeriodToday",            "ñ╡ñ╤"
  193.     SetText "PeriodYesterday",        "¼Qñ╤"
  194.     SetText "PeriodLast24Hours",    "│╠¬±24ñp?"
  195.     SetText "PeriodWeek",            "│╠¬±7ñ╤"
  196.     SetText "PeriodMonth",            "│╠¬±30ñ╤"
  197.     SetText "Period3Months",        "│╠¬±3?ñδ"
  198.     SetText "Period6Months",        "│╠¬±6?ñδ"
  199.     SetText "PeriodAll",            "Ñ■│í"
  200.  
  201.     SetText "HideReportParameters",    "?┬├?¬φ⌐w¿ε??"
  202.     SetText "ShowReportParameters",    "?Ñ▄?¬φ⌐w¿ε??"
  203.  
  204.     SetText "PrintReports",            "Ñ┤ªL▒í??¬φ"
  205.     SetText "NetReports",            "Internet??▒í??¬φ"
  206.  
  207.     SetText "TopPrintUsersJobs",    "Ñ┤ªL╢qñj¬║Ñ╬?í]ÑHÑ┤ªLÑ⌠??╢q▒╞º╟í^"
  208.     SetText "TopPrintUsersJobsDesc","½÷╖╙Ñ┤ªLÑ⌠??╢q¬║ªhñ╓íAªCÑX│╠¬±30ñ╤?Ñ┤ªL│╠?┴c¬║Ñ╬?"
  209.     SetText "TopPrintUsersPages",    "Ñ┤ªL╢qñj¬║Ñ╬?í]ÑHÑ┤ªL??▒╞º╟í^"
  210.     SetText "TopPrintUsersPagesDesc","½÷╖╙Ñ┤ªL??¬║ªhñ╓íAªCÑX│╠¬±30ñ╤?Ñ┤ªL│╠?┴c¬║Ñ╬?"
  211.     SetText "BusiestPrintersJobs",    "│╠┴cªú¬║Ñ┤ªL╔≤í]ÑHÑ┤ªLÑ⌠??╢q▒╞º╟í^"
  212.     SetText "BusiestPrintersJobsDesc","½÷╖╙Ñ┤ªLÑ⌠??╢q¬║ªhñ╓íAªCÑX│╠¬±30ñ╤?│╠┴cªú¬║Ñ┤ªL╔≤"
  213.     SetText "BusiestPrintersPages",    "│╠┴cªú¬║Ñ┤ªL╔≤í]ÑHÑ┤ªL??▒╞º╟í^"
  214.     SetText "BusiestPrintersPagesDesc","½÷╖╙Ñ┤ªL??¬║ªhñ╓íAªCÑX│╠¬±30ñ╤?│╠┴cªú¬║Ñ┤ªL╔≤"
  215.     SetText "PrintJobsExpensive",    "¬ß?│╠░¬¬║Ñ┤ªLÑ⌠?"
  216.     SetText "PrintJobsExpensiveDesc","½÷╖╙¬ß?¬║░¬ºCíAªCÑX│╠¬±30ñ╤?Ñ┤ªL??│╠░¬¬║Ñ┤ªLÑ⌠?"
  217.     SetText "PrintJobsBiggest",        "??│╠ªh¬║Ñ┤ªLÑ⌠?"
  218.     SetText "PrintJobsBiggestDesc","½÷╖╙Ñ┤ªL??¬║ªhñ╓íAªCÑX│╠¬±30ñ╤?Ñ┤ªL??│╠ªh¬║Ñ┤ªLÑ⌠?"
  219.     SetText "CancelledAndNotRefundedJobs","ñw¿·«°ª²Ñ╝░h┤┌¬║Ñ┤ªLÑ⌠?"
  220.     SetText "CancelledAndNotRefundedJobsDesc","│QÑ╬?ñΓñu¿·«°ª²ª}Ñ╝?▒oª█?░h┤┌¬║Ñ┤ªLÑ⌠?íAª]??¿╟Ñ┤ªLÑ⌠?Ñi»αñw│QÑ■│í⌐╬│íñ└Ñ┤ªLÑX?ñF"
  221.     SetText "TopNetUsersData",        "Internet??╢q│╠ªh¬║Ñ╬?í]ÑHñU?¼y╢q▒╞º╟í^"
  222.     SetText "TopNetUsersDataDesc",    "ªCÑX│╠¬±30ñ╤?ñU??«╞╢q│╠ñj¬║¿║¿╟Internet??¬╠"
  223.     SetText "TopNetUsersTime",        "Internet??╢q│╠ªh¬║Ñ╬?í]ÑHªb???▒╞º╟í^"
  224.     SetText "TopNetUsersTimeDesc",    "ªCÑX│╠¬±30ñ╤?ªb???│╠?¬║¿║¿╟Internet??¬╠"
  225.     SetText "NetHighestDailyUseData", "?ñΘInternet??╢q│╠ªh¬║Ñ╬?í]ÑHñU?¼y╢q▒╞º╟í^"
  226.     SetText "NetHighestDailyUseDataDesc","ªCÑX│╠¬±30ñ╤?íA?ñΘñU??«╞╢q│╠ñj¬║¿║¿╟Internet??¬╠"
  227.     SetText "NetHighestDailyUseTime", "?ñΘInternet??╢q│╠ªh¬║Ñ╬?í]ÑHªb???▒╞º╟í^"
  228.     SetText "NetHighestDailyUseTimeDesc","ªCÑX│╠¬±30ñ╤?íA?ñΘªb???│╠?¬║¿║¿╟Internet??¬╠"
  229.     SetText "AdhocReportsDesc",        "▒zÑiÑH?½╪ª█⌐w?¬║Ñ┤ªLÑ⌠?⌐╬Internet???¬φíC▒zÑiÑH¬╜▒╡¼d¼▌?¿╟?¬φíAñ]ÑiÑH?¿Σ?ÑX¿∞Excelññ"
  230.  
  231.  
  232.  
  233.     SetText "ResultsNoData",        "?ª│╔O▒z¬║?¬φ??¼█ñ╟░t¬║?╒u"
  234.  
  235.     'TopUp Cards
  236.     SetText "TopUpCardInstr",        "?ñJÑR¡╚ÑdÑd?íA╡MªZ??íº¿╧Ñ╬ÑR¡╚Ñdí¿½÷?íC"
  237.     SetText "TopUpCardInstrNote",    "?¬`╖NíG⌐╥ª│¿╧Ñ╬ÑR¡╚Ñd¬║?¿D│ú?│Q??¿∞ñΘº╙ññíC"
  238.     SetText "CardNumber",            "ÑR¡╚Ñd?"
  239.  
  240.     SetText "TopUpSuccess",            "ÑR¡╚Ñd¿╧Ñ╬ª¿Ñ\íC"
  241.     SetText "ActionLogged",            "Ñ╗╛▐º@ñw│Q??ñJñΘº╙íC"
  242.     SetText "ErrorTUCExpired",        "ÑR¡╚Ñdñw?ª│«─┤┴íC"
  243.     SetText "ErrorTUCInvalid",        "ÑR¡╚Ñd???«─íC"
  244.     SetText "ErrorTUCUnableToProcess", "?¬k?▓zÑR¡╚Ñd"
  245.  
  246.     ' Transfer
  247.     SetText "TransferFrom",            "?¬≈?ÑX??"
  248.     SetText "AvailableFunds",        "?ª│ºE?"
  249.     SetText "AmountToTransfer",        "??¬≈?"
  250.     SetText "TransferToUser",        "?¬≈?ñJ??"
  251.     SetText "Transfer",                "??"
  252.     SetText    "TransferApplied",        "??ª¿Ñ\íC"
  253.     SetText "ErrorTransUser",        "▒z⌐╥½ⁿ⌐w¬║??Ñ╬?ª}ñúªsªbíC"
  254.     SetText "ErrorTransCredit",        "▒z¬║░t?ñú¿¼íA?¬≈??¬k?ÑXíC"
  255.     SetText "ErrorTransInvAmount",    "??¬≈??ñJñúÑ┐┌╠íC"
  256.     SetText    "UnableToTransfer",        "?¬k?▓╛?¬≈íC"
  257.  
  258.     ' Other Charges
  259.     SetText    "OtherCharges",            "¿ΣѪ?Ñ╬"
  260.     SetText    "UserToCharge",            "?Ñ╬⌐╙?ñH"
  261.     SetText    "ChargeUser",            "ñΣÑI?Ñ╬"
  262.     SetText    "UnableToCharge",        "?¬k½ⁿ⌐wª╣Ñ╬?ÑI?íC"
  263.     SetText    "ChargeApplied",        "½ⁿ⌐wÑI?ª¿Ñ\íC"
  264.     SetText "ChargeType",            "?Ñ╬?½¼"
  265.     SetText "AdditionalComment",    "¬■Ñ[?¬`"
  266.     SetText "ChargeDiffUser",        "Ñ╤¿ΣѪÑ╬?ÑI?"
  267.     SetText "AvailableCredit",        "ÑiÑ╬░t?"
  268.  
  269.     ' Charge Types
  270.     SetText "ChargeTypeOther",        "¿ΣѪ?Ñ╬"
  271.  
  272.     SetText "OtherChargeType0",        "¼█?"
  273.     SetText "OtherChargeType1",        "│z⌐·?ñ∙"
  274.     SetText "OtherChargeType2",        "½╩¡▒"
  275.     SetText "OtherChargeType3",        "¿ΣѪ»S╧·ñ╢?"
  276.     SetText "OtherChargeType4",        "????┤┌"
  277.     SetText "OtherChargeType5",        "╣O┤┴ÑI┤┌"
  278.     SetText "OtherChargeType6",        "»▓¬≈"
  279.  
  280.     'Refund
  281.     SetText "RefundSuccess",        "░h┤┌ª¿Ñ\íC"
  282.     SetText "RefundFailure",        "ª╣Ñ┤ªLÑ⌠?░h┤┌Ñó?íC"
  283.     SetText "Refund",               "░h┤┌"
  284.     SetText "RefundConfirm",        "¼Oº_┌╠?ªVÑ╬?%0%░h┤┌íA¬≈??%1%?"
  285.     SetText "RefundComment",        "ñw░h┤┌¬║Ñ┤ªLÑ⌠?"
  286.  
  287.     'Transacted By
  288.     SetText "TransByNetUse",        "Ñ╬ñ_Internet??"
  289.     SetText "TransByPrintUse",        "Ñ╬ñ_Ñ┤ªL"
  290.     SetText "TransByAutomatic",        "ª█?"
  291.     SetText "TransByTransTo",        "???%0%"
  292.     SetText "TransByTransFrom",        "??ª█%0%"
  293.  
  294.     ' Admin Home
  295.     SetText "Welcome",                "?¬∩"
  296.     SetText "AdminInstr",            "?¬∩¿╧Ñ╬%0%¬║web║▐▓z▒╡ñfíC▒z?ÑiÑH│q?▒z¬║web??╛╣??ªµ░≥Ñ╗¬║║▐▓zñuº@íAÑHñ╬¼d¼▌Ñ╗¬A?╛╣ñW│╠¬±¬║ñ@¿╟Ñ⌠?▒í?íC"
  297.     SetText "UserAdmin",            "Ñ╬?║▐▓z"
  298.     SetText "ViewRecentPrintJobs",    "¼d¼▌Ñ╗¬A?╛╣ñW¬±┤┴¬║Ñ┤ªLÑ⌠?▒í?"
  299.     SetText "ViewRecentNetUsage",    "¼d¼▌Ñ╗¬A?╛╣ñW¬±┤┴¬║╩I???▒í?"
  300.     SetText "ViewRecentTransLog",    "¼d¼▌Ñ╗¬A?╛╣ñW¬║ѵ⌐÷ñΘº╙"
  301.  
  302.     ' Login page
  303.     SetText "Login",                "╡nñJ"
  304.     SetText "LoginInstructions",    "?Ѳ?ñJºA¬║╡nñJªW?íAñ~»α╡nPaperCu╩IñWñu¿π"
  305.     
  306.     ' Charges List
  307.     SetText "Advanced",                "░¬?"
  308.     SetText "ChargeRates",            "???¡π"
  309.     SetText "PrinterCosts",            "Ñ┤ªL?Ñ╬"
  310.     SetText "PageCost",                "░≥Ñ╗?¡▒?Ñ╬"
  311.     SetText "DuplexDiscount",        "ªp¬Gñσ?¼O?¡▒Ñ┤ªL?ñ╓"
  312.     SetText "GrayscaleDiscount",    "ªp¬Gñσ?¼Oª╟½╫Ñ┤ªL┤N?ñ╓"
  313.     SetText "Details",                "??ñΘº╙"
  314.     SetText "LargePaper",            "?┤T??"
  315.     SetText "VeryLargePaper",        "╢Wñj┤T¡▒??"
  316.     
  317.     SetText "DefaultGrayscaleCost",    "└q?ª╟ªΓÑ┤ªL?Ñ╬"
  318.     SetText "DefaultColorCost",        "└q?▒mªΓÑ┤ªL?Ñ╬"
  319.     
  320.     SetText "Size",                    "?¡▒ñ╪ño"
  321.     SetText "ColorCost",            "▒mªΓÑ┤ªLª¿Ñ╗"
  322.     SetText "GrayscaleCost",        "ª╟ªΓÑ┤ªLª¿Ñ╗"
  323.     
  324.     SetText "ExtraPerPage",            "¿C?╝WÑ["
  325.     SetText "LessPerPage",            "¿C??ñ╓"
  326.     SetText "Extra",                "╝WÑ["
  327.     SetText "Less",                    "?ñ╓"
  328.     SetText "PerMetre2",            "¿CÑ¡ñΦª╠"
  329.     SetText "PerFoot2",                "¿CÑ¡ñΦ¡^ñ╪"
  330.     SetText "PerPage",                "¿C?"
  331.     
  332.     SetText "NetCosts",                "╩I?¿╧Ñ╬??"
  333.     SetText "NetChargingType",        "╩I????½¼"
  334.     SetText "DataCost",                "?╒u¼y╢q¿CMB%0%"
  335.     SetText "TimeCost",                "ªb???¿Cñ└?%0%"
  336.  
  337.     'Errors
  338.     SetText "ErrorUserNotLoggedIn" ,"Ñ╬?⌐|Ñ╝╡n?íC╗▌¡n░t╕mIIS?ñú▒╡¿ⁿ░╬ªW??íC"
  339.     SetText "AnonAccessDisabled",   "░╬ªW╡nñJ¼O?┬├¬║íCªp¬G▒z╖Q¡nñ╣?░╬ªWÑ╬?╡nñJ, ??╕mgblnAllowAnonymousAccess = True value ªb Config.inc."
  340.     SetText "ErrorAnonAdminAccess", "??Ñ╬?¿╧Ñ╬'░╬ªW' ñΦªí╡nñJ,ªpñúñ╣?Ñ╬?╡nñJ║▐▓z?¡▒íA?º≤º∩Admin ASP?¬║?¡¡íA??Ñuª│?Ñi¬║║▐▓z?ñ~»α╡nñJ║▐▓z?íC"
  341.     SetText "ErrorCantFindUser",    "ªbPaperCutÑ╬??╒u?ññíAÑ╝ºΣ¿∞Ñ╬?%0%íC"
  342.     SetText "ErrorUnexpectedError",    "?Ñ═╖NÑ~??íC?╔O¿t?║▐▓z??¿tíC"
  343.     SetText "ErrorDatabaseAccess",    "▒zñú¿πª│¡╫º∩PaperCut?╒u?¬║?¡¡íC??ª╥Ñ╬?½ⁿ½nññíA?ñ_ªpª≤░t╕mªwÑ■?⌐wÑH¿╧Ñ╬PaperCut¬║web║▐▓zÑ\»α¬║?⌐·íC"
  344.  
  345.  
  346.     'PaperCut Enterprise
  347.     SetText "Account",                "??"
  348.     SetText "AccountList",            "??ªC¬φ"
  349.     SetText "AccountAdmin",         "??║▐▓z"
  350.     SetText "ChooseOption",            "?ñUªC??ññ??ñ@?íC"
  351.  
  352.  
  353.     SetText "AccountListInstr",     "¡n????íA???ñU¡▒ªC¬φññ¬║??ªW?"
  354.     SetText "ClickToAddAcct",         "⌐╬??ª╣?ÑH▓KÑ[ñ@?╖s??"
  355.  
  356.     SetText "AccountDetailsInstrAdd", "¡n▓KÑ[ñ@?╖s??íA??ñJ???«eª}??íº½Oªsí¿½÷?"
  357.     SetText "ReturnWithoutAdd",     "⌐±?▓KÑ[??íA¬≡ª^??ªC¬φ"
  358.  
  359.     SetText "AccountDetailsInstrEdit", "¡n????íA?¡╫º∩ñU¡▒¬║???«eª}??íº½Oªsí¿½÷?"
  360.     SetText "DeleteThisAccount",     "?░ú???"
  361.     SetText "ReturnWithoutEdit",     "⌐±????¬║¡╫º∩íA¬≡ª^??ªC¬φ"
  362.  
  363.     SetText "ResetCounters",        "¡½╕m??╛╣"
  364.     SetText "CounterStats",            "??╛╣??"
  365.  
  366.     SetText "ConfirmAcctDelete",    "▒z┌╠?▒z╖Q?░ú?????íH"
  367.     SetText "ConfirmResetCount",    "▒z┌╠?▒z╖Q¡½╕m????¬║??╛╣?íH"
  368.  
  369.     SetText "AcctIsActive",         "???ñ_????íC"
  370.     SetText "AcctJobsNonInvoice",    "??º@??ñú?ªC▓M?"
  371.  
  372.     SetText "Legend",                 "?¿╥"
  373.     SetText "MainAcct",             "ÑD??"
  374.     SetText "ActiveAcct",            "¼í???"
  375.     SetText "InactiveAcct",            "½D¼í???"
  376.     SetText "JobCommentsReq",        "Ñ▓?┤ú¿╤Ñ┤ªLÑ⌠?¬`?"
  377.     SetText "JobCommentsOpt",        "Ñi?┤ú¿╤Ñ┤ªLÑ⌠?¬`?"
  378.  
  379.     SetText "AccountDetails",        "???▒í"
  380.     SetText "AcctType",                "???½¼"
  381.     SetText "AccountTitle",         "??ªW?"
  382.     SetText "Title",                 "ªW?"
  383.     SetText "AccountType",             "???½¼"
  384.     SetText "SubAcctOf",             "ñl??íA?ñ_"
  385.     SetText "Notes",                 "¬`╖N"
  386.  
  387.     SetText "AcctAdded",            "ñwª¿Ñ\▓KÑ[??"
  388.     SetText "AcctSaved",            "ñwª¿Ñ\½Oªs??░t╕m"
  389.     SetText "CountReset",            "ñwª¿Ñ\¡½╕m??╛╣"
  390.  
  391.     SetText "EntErrAcctDetails",     "ªb???▒í¬║¼█?╛▐º@ññíA??ªpñU??íG"
  392.     SetText "EntErrAcctAdd",         "ªb▓KÑ[???íA?Ñ═??"
  393.     SetText "EntErrAcctSave",        "ªb½Oªs???íA?Ñ═??"
  394.     SetText "EntErrAcctDelete",        "ªb?░ú???íA?Ñ═??"
  395.     SetText "EntErrAcctTitle",         "Ñ▓??ñJ??ªW?"
  396.     SetText "EntErrCountReset",         "ªb¡½╕m??╛╣?íA?Ñ═??"
  397.  
  398.  
  399.     SetText "EntRedirMsg",             "?╡y¡╘íKíKªp¬Gªb5¼φ?ªZñ┤Ñ╝»αª█??ñJñUñ@?íA???ñU¡▒¬║?▒╡íC"
  400.     SetText "ClickHereToCont",        "??ª╣???"
  401.  
  402.     SetText "CommentsRequired",     "¼Oº_╗▌¡n¬`?"
  403.     SetText "CommentsNone",         "Ñ┤ªLÑ⌠??¬`?"
  404.     SetText "CommentsOpt",             "Ñ┤ªLÑ⌠?¬║¬`?¼OÑi?¬║"
  405.     SetText "CommentsReq",             "Ñ┤ªLÑ⌠?¬║¬`?¼OÑ▓╗▌¬║"
  406.  
  407. End If
  408. %>
  409.  
  410.